< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/00000003.xhp

Information
情報(hd_id3148550.1)

(section: languageformat)

You can set the locale used for controlling the formatting numbers, dates and currencies in Office Basic in (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Language Settings - Languages. In Basic format codes, the decimal point (.) is always used as placeholder for the decimal separator defined in your locale and will be replaced by the corresponding character.
[PO-fuzzy@sbasic\shared.po] ※※※未訳※※※(par_id3153381.102)

The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting.
これは、日付、時間、通貨の書式設定とロケールの関係についても同様です。Basic の書式コードは、個々のロケール設定に応じて、適切な表示に変換されます。(par_id3150870.103)

(/section: languageformat) (section: farbcodes)

The color values of the 16 basic colors are as follows:
基本 16 色のカラー値は下記の通りです。(par_id3156424.2)

Color Value
カラー値(par_id3153091.3)

Color Name
カラー名(par_id3154319.4)

0
0(par_id3151112.5)

Black
(par_id3155854.6)

128
128(par_id3154942.7)

Blue
(par_id3154731.8)

32768
32768(par_id3145645.9)

Green
(par_id3149400.10)

32896
32896(par_id3150753.11)

Cyan
シアン(par_id3153765.12)

8388608
8388608(par_id3154756.13)

Red
(par_id3159266.14)

8388736
8388736(par_id3163807.15)

Magenta
マゼンタ(par_id3145150.16)

8421376
8421376(par_id3147002.17)

Yellow
イエロー(par_id3152778.18)

8421504
8421504(par_id3150088.19)

White
(par_id3159239.20)

12632256
12632256(par_id3150206.21)

Gray
グレー(par_id3149817.22)

255
255(par_id3150363.23)

Light blue
明るい青(par_id3154576.24)

65280
65280(par_id3150367.25)

Light green
明るい緑(par_id3150202.26)

65535
65535(par_id3154487.27)

Light cyan
明るいシアン(par_id3151332.28)

16711680
16711680(par_id3148702.29)

Light red
明るい赤(par_id3153067.30)

16711935
16711935(par_id3153912.31)

Light magenta
明るいマゼンタ(par_id3159097.32)

16776960
16776960(par_id3155266.33)

Light yellow
明るい黄(par_id3157978.34)

16777215
16777215(par_id3153286.35)

Transparent white
透過性のある白(par_id3151302.36)


(/section: farbcodes) (section: errorcode)

(variable: errorcode)Error Codes
(variable: errorcode)エラーコード(hd_id3152869.37)

(/section: errorcode) (section: allerrors)

(variable: err2)2 Unspecified syntax error
(variable: err2)2 原因不明のシンタックスエラーです(par_id3155095.38)

(variable: err3)3 Return without Gosub
(variable: err3)3 Return に対応する GoSub がありません(par_id3149126.39)

(variable: err4)4 Redo from start
(variable: err4)4 最初からやり直してください (par_id3153976.40)

(variable: err5)5 Invalid procedure call
(variable: err5)5 無効なプロシージャー呼び出しです (par_id3150891.41)

(variable: err6)6 Overflow
(variable: err6)6 オーバーフローです(par_id3159227.42)

(variable: err7)7 Out of memory
(variable: err7)7 メモリ不足です (par_id3154649.43)

(variable: err8)8 Array already dimensioned
(variable: err8)8 配列がすでに宣言されています(par_id3150050.44)

(variable: err9)9 Subscript out of range
(variable: err9)9 サブスクリプトが範囲外です(par_id3148900.45)

(variable: err10)10 Duplicate definition
(variable: err10)10 定義が重複しています (par_id3153806.46)

(variable: err11)11 Division by zero
(variable: err11)11 ゼロによる除算が行われました (par_id3146963.47)

(variable: err12)12 Variable undefined
(variable: err12)12 変数が未定義です (par_id3153013.48)

(variable: err13)13 Type mismatch
(variable: err13)13 型が一致しません (par_id3155593.49)

(variable: err14)14 Invalid parameter
(variable: err14)14 無効なパラメータです (par_id3151197.50)

(variable: err18)18 User interrupt occurred
(variable: err18)18 ユーザーによる割り込みが発生しました(par_id3154710.51)

(variable: err20)20 Resume without error
(variable: err20)20 エラーが発生していないのでResumeは実行できません (par_id3147504.52)

(variable: err28)28 Out of stack space
(variable: err28)28 スタック空間が不足しています (par_id3145319.53)

(variable: err35)35 Sub or Function not defined
(variable: err35)35 Sub または functionが未定義です (par_id3146110.54)

(variable: err48)48 Error in loading DLL
(variable: err48)48 DLL の読み込みエラーです(par_id3147246.55)

(variable: err49)49 Bad DLL calling convention
(variable: err49)49 DLL 呼び出しが不正です (par_id3146101.56)

(variable: err51)51 Internal error
(variable: err51)51 内部エラーが発生しました (par_id3153957.57)

(variable: err52)52 Bad file name or number
(variable: err52)52 ファイル名または番号が不正です(par_id3154404.58)

(variable: err53)53 File not found
(variable: err53)53 ファイルが見つかりません (par_id3151338.59)

(variable: err54)54 Bad file mode
(variable: err54)54 ファイルモードが不正です(par_id3147298.60)

(variable: err55)55 File already open
(variable: err55)55 ファイルが既に開かれています(par_id3148747.61)

(variable: err57)57 Device I/O error
(variable: err57)57 デバイス I/Oエラーです (par_id3145233.62)

(variable: err58)58 File already exists
(variable: err58)58 ファイルがすでに存在します (par_id3156399.63)

(variable: err59)59 Bad record length
(variable: err59)59 レコード長が不正です(par_id3149324.64)

(variable: err61)61 Disk full
(variable: err61)61 ディスクに空き容量がありません(par_id3147409.65)

(variable: err62)62 Input past end of file
(variable: err62)62 入力がファイルの終端を超えました(par_id3149146.66)

(variable: err63)63 Bad record number
(variable: err63)63 レコード番号が不正です (par_id3150456.67)

(variable: err67)67 Too many files
(variable: err67)67 ファイル数が多すぎます (par_id3146883.68)

(variable: err68)68 Device not available
(variable: err68)68 デバイスが使用できません (par_id3146818.69)

(variable: err70)70 Permission denied
(variable: err70)70 アクセスが拒否されました (par_id3145225.70)

(variable: err71)71 Disk not ready
(variable: err71)71 ディスクが準備されていません (par_id3150372.71)

(variable: err73)73 Feature not implemented
(variable: err73)73 機能が実装されていません (par_id3148894.72)

(variable: err74)74 No rename with different drive
(variable: err74)74 別ドライブへ名前を変更できません (par_id3152981.73)

(variable: err75)75 Path/file access error
(variable: err75)75 パスまたはファイルのアクセスエラーです(par_id3149355.74)

(variable: err76)76 Path not found
(variable: err76)76 パスが見つかりません (par_id3150477.75)

(variable: err91)91 Object variable not set
(variable: err91)91 オブジェクト変数が設定されていません(par_id3154678.76)

(variable: err93)93 Invalid pattern string
(variable: err93)93 無効なパターン文字列です (par_id3149890.77)

(variable: err94)94 Invalid use of Null
(variable: err94)94 無効な Null の使い方です (par_id3146942.78)

(variable: err323)323 Can't load module
(variable: err323)323 モジュールを読み込むことができません (par_id3150028.79)

(variable: err341)341 Invalid object index
(variable: err341)341 無効なオブジェクトインデックス(par_id3148434.80)

(variable: err366)366 No active view or document
(variable: err366)366 アクティブなビューまたはドキュメントが存在しません (par_id3143219.81)

(variable: err380)380 Bad property value
(variable: err380)380 属性値が不正です (par_id3144744.82)

(variable: err382)382 Property is read only
(variable: err382)382 属性が読み取り専用です(par_id3147420.83)

(variable: err394)394 Property is write only
(variable: err394)394 属性が書き込み専用です(par_id3147472.84)

(variable: err420)420 Invalid object reference
(variable: err420)420 無効なオブジェクトリファレンス(par_id3148583.85)

(variable: err423)423 Property or method not found
(variable: err423)423 属性またはメソッドが見つかりません (par_id3153329.86)

(variable: err424)424 Object required
(variable: err424)424 オブジェクトが必要です (par_id3148738.87)

(variable: err425)425 Invalid use of object
(variable: err425)425 無効なオブジェクトの使い方です(par_id3159084.88)

(variable: err430)430 Class does not support OLE
(variable: err430)430 クラスが OLEをサポートしていません (par_id3146806.89)

(variable: err438)438 Object doesn't support method
(variable: err438)438 オブジェクトがメソッドをサポートしていません (par_id3146130.90)

(variable: err440)440 OLE automation error
(variable: err440)440 OLE オートメーションエラーです(par_id3154374.91)

(variable: err445)445 Object doesn't support this action
(variable: err445)445 オブジェクトがこの動作をサポートしていません(par_id3149685.92)

(variable: err446)446 Object doesn't support named args
(variable: err446)446 オブジェクトが名前付き引数をサポートしていません(par_id3150282.93)

(variable: err447)447 Object doesn't support current locale setting
(variable: err447)447 オブジェクトが現在のロケール設定をサポートしていません(par_id3150142.94)

(variable: err448)448 Named argument not found
(variable: err448)448 名前付き引数が見つかりません (par_id3152771.95)

(variable: err449)449 Argument not optional
(variable: err449)449 引数は省略できません (par_id3145145.96)

(variable: err450)450 Wrong number of arguments
(variable: err450)450 引数の数が正しくありません (par_id3154399.97)

(variable: err451)451 Object not a collection
(variable: err451)451 オブジェクトがコレクションではありません (par_id3146137.98)

(variable: err452)452 Invalid ordinal
(variable: err452)452 無効な序数です(par_id3149507.99)

(variable: err453)453 Specified DLL function not found
(variable: err453)453 指定されたDLL関数が見つかりません (par_id3154566.100)

(variable: err460)460 Invalid clipboard format
(variable: err460)460 無効なクリップボード形式です (par_id3145595.101)

(/section: allerrors)
< Prev / Next >